home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / rwmnu326.arc / PRINTER.MNU < prev    next >
Text File  |  1991-02-08  |  8KB  |  305 lines

  1. ,--------------------------------------------------------------------------
  2. 017 -- BackGround Color
  3. 017 -- Selection Color
  4. 04f -- Page title color
  5. 017 -- Color of the letters (A-I)
  6. 04f -- The color of the Program Title line
  7. 070 -- The color of the highlight bar
  8. 017 -- The color of the date & time
  9. 017 -- The color of the NUM,CAPS, and SCROLL
  10. 017 -- The page message color
  11. 003 -- The static input color
  12. 001 -- ESCape to DOS value ( 0 for no, 1 or more for yes. )
  13. ,--------------------------------------------------------------------------
  14. ~Printer Control Menu for the IBM Proprinter (Page#1)
  15. ,
  16. ,-------------------------------------------------------
  17. ,   Sample MNU file of how to control your printer
  18. ,                       by
  19. ,                 Robert Wilson
  20. ,-------------------------------------------------------
  21. ,
  22. ,//////////////////////////////////////////////////////////
  23. ,////////////////Reset the Printer/////////////////////////
  24. ,//////////////////////////////////////////////////////////
  25. :Reset the Printer
  26. ,Return the printer to default mode
  27. \@echo off
  28. \cls
  29. \echo I0>prn
  30. \echo >prn
  31. \echo >prn
  32. \echo >prn
  33. \echo >prn
  34. \echo >prn
  35. \echo F>prn
  36. \echo H>prn
  37. \echo R>prn
  38. \echo -0>prn
  39. \echo _0>prn
  40. \echo  >prn
  41. \m printer.mnu
  42. ,//////////////////////////////////////////////////////////
  43. ,////////////////End of Reset the Printer//////////////////
  44. ,//////////////////////////////////////////////////////////
  45. ,
  46. ,
  47. ,//////////////////////////////////////////////////////////
  48. ,////////////////Condensed Print (On/Off)//////////////////
  49. ,//////////////////////////////////////////////////////////
  50. :Condensed Print (On/Off)
  51. ,Condensed Print - 17.1 CPI
  52. ]
  53. ]Do you want to turn condensed print ON or OFF,
  54. ]Press [ESC] to return to the Menu.
  55. ]
  56. ]
  57. [[On
  58. [[Off
  59. \@echo off
  60. \cls
  61. \if %1 == On goto ConOn
  62. \echo >prn
  63. \m printer.mnu
  64. \:ConOn
  65. \echo >prn
  66. \m printer.mnu
  67. ,//////////////////////////////////////////////////////////
  68. ,////////////////End of Condensed Print (On/Off)///////////
  69. ,//////////////////////////////////////////////////////////
  70. ,
  71. ,
  72. ,//////////////////////////////////////////////////////////
  73. ,/////////////////Compressed Print (On/Off)////////////////
  74. ,//////////////////////////////////////////////////////////
  75. :Compressed Print (On/Off)
  76. ,Compressed Print - 12 CPI
  77. ]
  78. ]Do you want to turn compressed print On or Off?
  79. ]Press [ESC] to return to the Menu.
  80. ]
  81. ]
  82. [[On
  83. [[Off
  84. \@echo off
  85. \cls
  86. \if %1 == On goto CompOn
  87. \echo >prn
  88. \d:
  89. \cd\menu
  90. \m printer.mnu
  91. \:CompOn
  92. \echo ¢:>prn
  93. \m printer.mnu
  94. ,//////////////////////////////////////////////////////////
  95. ,////////////////End of Compressed Print (On/Off)//////////
  96. ,//////////////////////////////////////////////////////////
  97. ,
  98. ,
  99. ,//////////////////////////////////////////////////////////
  100. ,////////////////Form Feed/////////////////////////////////
  101. ,//////////////////////////////////////////////////////////
  102. :Form Feed
  103. ,Advance to top of next page
  104. \@echo off
  105. \cls
  106. \echo  >prn
  107. \m printer.mnu
  108. ,//////////////////////////////////////////////////////////
  109. ,////////////////End of Form Feed//////////////////////////
  110. ,//////////////////////////////////////////////////////////
  111. ,
  112. ,
  113. ,//////////////////////////////////////////////////////////
  114. ,////////////////Emphasized Printing///////////////////////
  115. ,//////////////////////////////////////////////////////////
  116. :Emphasized Print(On/Off)
  117. ,Turn emphasized print mode on/off
  118. ]
  119. ]Do you want to turn emphasized printing On or Off,
  120. ]Press [ESC] to return to the menu.
  121. ]
  122. ]
  123. [[On
  124. [[Off
  125. \@echo off
  126. \cls
  127. \if %1 == On goto EmpOn
  128. \echo F>prn
  129. \m printer.mnu
  130. \:EmpOn
  131. \echo E>prn
  132. \m printer.mnu
  133. ,//////////////////////////////////////////////////////////
  134. ,////////////////End of Emphasized Printer/////////////////
  135. ,//////////////////////////////////////////////////////////
  136. ,
  137. ,
  138. ,//////////////////////////////////////////////////////////
  139. ,////////////////Print Line Test///////////////////////////
  140. ,//////////////////////////////////////////////////////////
  141. :Print Line Test
  142. ?Print line to test setup
  143. \@echo off
  144. \cls
  145. \echo This is a test of the printer setup.> prn
  146. \m printer.mnu
  147. ,//////////////////////////////////////////////////////////
  148. ,////////////////End of Print Line Test////////////////////
  149. ,//////////////////////////////////////////////////////////
  150. ,
  151. ,
  152. :Return to the Main Menu
  153. >rwmenu.mnu
  154. ,()()()()()()()()()()()()()()()()()()()()()()()()()()()()Page#2
  155. ~Printer Control Menu for the IBM Proprinter (Page#2)
  156. ,
  157. ,
  158. ,//////////////////////////////////////////////////////////
  159. ,////////////////Double-Wide Printing (On/Off)/////////////
  160. ,//////////////////////////////////////////////////////////
  161. :Continuous Double-Wide Printing (On/Off)
  162. ?Set the printer to double-wide printing
  163. ]
  164. ]Do you want to turn Double-Wide Printing On or Off?
  165. ]Press [ESC] to return to the Menu.
  166. ]
  167. ]
  168. [[On
  169. [[Off
  170. ]
  171. ]
  172. \@echo off
  173. \cls
  174. \if %1 == On goto DouOn
  175. \echo W0>prn
  176. \d:
  177. \cd\menu
  178. \m printer.mnu
  179. \:DouOn
  180. \echo W1>prn
  181. \d:
  182. \cd\menu
  183. \m printer.mnu
  184. ,//////////////////////////////////////////////////////////
  185. ,////////////////End of Double-Wide Printing///////////////
  186. ,//////////////////////////////////////////////////////////
  187. ,
  188. ,
  189. ,//////////////////////////////////////////////////////////
  190. ,////////////////Set Print Direction///////////////////////
  191. ,//////////////////////////////////////////////////////////
  192. :Set Print Direction
  193. ?Change to left-to-right printing only
  194. ]
  195. ]Choose Two for two direction printing or choose LTR to have
  196. ]left-to-right printing or press [ESC] to return to the menu.
  197. ]
  198. ]
  199. [[Two
  200. [[LTR
  201. ]
  202. ]
  203. \@echo off
  204. \cls
  205. \if %1 == Two goto Do2
  206. \echo U1>prn
  207. \d:
  208. \cd\menu
  209. \m printer.mnu
  210. \:Do2
  211. \echo U0>prn
  212. \d:
  213. \cd\menu
  214. \m printer.mnu
  215. ,//////////////////////////////////////////////////////////
  216. ,////////////////End of Set Print Direction////////////////
  217. ,//////////////////////////////////////////////////////////
  218. ,
  219. ,
  220. ,//////////////////////////////////////////////////////////
  221. ,////////////////Double-Strike Printing////////////////////
  222. ,//////////////////////////////////////////////////////////
  223. :Double-Strike Printing (On/Off)
  224. ?Turn double-strike print mode On/Off
  225. ]
  226. ]Do you want to turn Double-Strike On or Off,
  227. ]Press [ESC] to return to the menu.
  228. ]
  229. ]
  230. [[On
  231. [[Off
  232. ]
  233. \@echo off
  234. \cls
  235. \if %1 == On goto DoubOn
  236. \echo H>prn
  237. \d:
  238. \cd\menu
  239. \m printer.mnu
  240. \:DoubOn
  241. \echo G>prn
  242. \d:
  243. \cd\menu
  244. \m printer.mnu
  245. ,//////////////////////////////////////////////////////////
  246. ,////////////////End of Double Strike Printing/////////////
  247. ,//////////////////////////////////////////////////////////
  248. ,
  249. ,
  250. ,//////////////////////////////////////////////////////////
  251. ,////////////////Continuous Overscore//////////////////////
  252. ,//////////////////////////////////////////////////////////
  253. :Continuous Overscore (On/Off)
  254. ?Start or stop continuous overscoring (overlining)
  255. ]
  256. ]Do you want to turn Continuous Overscoring On or Off?
  257. ]
  258. ]
  259. [[On
  260. [[Off
  261. ]
  262. \@echo off
  263. \cls
  264. \if %1 == On goto OvrOn
  265. \echo _0>prn
  266. \d:
  267. \m printer.mnu
  268. \:OvrOn
  269. \echo _1>prn
  270. \d:
  271. \m printer.mnu
  272. ,//////////////////////////////////////////////////////////
  273. ,////////////////End of Continuous Overscore///////////////
  274. ,//////////////////////////////////////////////////////////
  275. ,
  276. ,
  277. ,//////////////////////////////////////////////////////////
  278. ,////////////////Continuous Underscore/////////////////////
  279. ,//////////////////////////////////////////////////////////
  280. :Continuous Underscore (On/Off)
  281. ?Start or stop continuous underscoring
  282. ]
  283. ]Do you want to turn continuous underscoring On or Off?
  284. ]
  285. ]
  286. [[On
  287. [[Off
  288. ]
  289. \@echo off
  290. \cls
  291. \if %1 == On goto UdrOn
  292. \echo -0>prn
  293. \d:
  294. \m printer.mnu
  295. \:UdrOn
  296. \echo -1>prn
  297. \d:
  298. \m printer.mnu
  299. ,//////////////////////////////////////////////////////////
  300. ,////////////////End of Continuous Underscore//////////////
  301. ,//////////////////////////////////////////////////////////
  302. :Return to the Main Menu
  303. >rwmenu.mnu
  304. !END OF PRINTER.MNU
  305.